Grok Desktop Universal: macOS builds, tearable multi-window tabs, and cross-platform release CI#27
Open
perlytiara wants to merge 5 commits into
Open
Grok Desktop Universal: macOS builds, tearable multi-window tabs, and cross-platform release CI#27perlytiara wants to merge 5 commits into
perlytiara wants to merge 5 commits into
Conversation
Add Electron Builder mac targets and scripts, include a proper .icns icon asset, and pin builder execution for reliable DMG/ZIP packaging on Apple Silicon. Made-with: Cursor
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
…ndows Co-authored-by: Cursor <cursoragent@cursor.com>
Ship Grok.app / Grok.exe naming, drag-ghost polish, and updated docs. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR brings together the cross-platform work from the Grok Desktop Universal fork:
.icnsicon and DMG/ZIP packagingCmd/Ctrl-click andShift-click to move several tabs at once.github/workflows/build.yml) that builds and publishes macOS, Windows, and Linux artifacts onv*tagsSupersedes #24 (which only contained the initial macOS build support).
Changes
src/main.js— multi-window management, native drag-ghost window, tab drag/drop IPC, per-window targeting for close/always-on-topindex.html— click-and-drag tab tearing, multi-select, drag shield, reorder, merge-on-droppackage.json— macOS build config +.icnsicon, pinnedelectron-builder@24.13.3, rebrand togrok-desktop-universalv1.3.0.github/workflows/build.yml— matrix build (macOS/Windows/Linux) with artifact upload and tagged GitHub ReleasesREADME.md/CHANGELOG.md— documented new features and platformsTest plan
npm run build-mac-arm64produces a working DMG on Apple Siliconnpm run buildproduces Windows installersv*tag → Actions builds and attaches artifacts to a ReleaseMade with Cursor